From 5eb87a0d3e1e2d918cd1d47e52244f608da7b474 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 12 Jul 2005 16:28:06 +0000 Subject: [PATCH] Follow the Nautilus change and rename "Filesystem" to "File System", 2005-07-12 Matthias Clasen * gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_get_display_name): Follow the Nautilus change and rename "Filesystem" to "File System", string change. (#310047, Vincent Noel) --- ChangeLog | 7 +++++++ ChangeLog.pre-2-10 | 7 +++++++ ChangeLog.pre-2-8 | 7 +++++++ gtk/gtkfilesystemunix.c | 2 +- 4 files changed, 22 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 821a3eee4a..249d872ab7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-07-12 Matthias Clasen + + * gtk/gtkfilesystemunix.c + (gtk_file_system_unix_volume_get_display_name): Follow + the Nautilus change and rename "Filesystem" to "File System", + string change. (#310047, Vincent Noel) + 2005-07-12 Matthias Clasen * demos/gtk-demo/iconview.c: Rename this demo. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 821a3eee4a..249d872ab7 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,10 @@ +2005-07-12 Matthias Clasen + + * gtk/gtkfilesystemunix.c + (gtk_file_system_unix_volume_get_display_name): Follow + the Nautilus change and rename "Filesystem" to "File System", + string change. (#310047, Vincent Noel) + 2005-07-12 Matthias Clasen * demos/gtk-demo/iconview.c: Rename this demo. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 821a3eee4a..249d872ab7 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,10 @@ +2005-07-12 Matthias Clasen + + * gtk/gtkfilesystemunix.c + (gtk_file_system_unix_volume_get_display_name): Follow + the Nautilus change and rename "Filesystem" to "File System", + string change. (#310047, Vincent Noel) + 2005-07-12 Matthias Clasen * demos/gtk-demo/iconview.c: Rename this demo. diff --git a/gtk/gtkfilesystemunix.c b/gtk/gtkfilesystemunix.c index 49c298d8c3..274545e5d2 100644 --- a/gtk/gtkfilesystemunix.c +++ b/gtk/gtkfilesystemunix.c @@ -636,7 +636,7 @@ static gchar * gtk_file_system_unix_volume_get_display_name (GtkFileSystem *file_system, GtkFileSystemVolume *volume) { - return g_strdup (_("Filesystem")); /* Same as Nautilus */ + return g_strdup (_("File System")); /* Same as Nautilus */ } static IconType -- 2.30.2